Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. deepsleep wake
    Log in to post

    • D

      Use pin_wakeup_sleep with different pins and wakeup reasons
      LoPy • lopy4 deepsleep deepsleep wake • • d.alvrzx  

      4
      0
      Votes
      4
      Posts
      34
      Views

      J

      @d-alvrzx the ESP32 has various sleep modes with various possibilities for wake up sources. The lowest power modes are indeed quite limited by design. IIRC the Pycom firmware uses ext1 wake up. You’ll find details of the different wake up sources of the ESP32 in the ESP IDF docs: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/sleep_modes.html
    • E

      Solid blue LED after deep sleep
      FiPy • pytrack deep sleep battery powered pytrack battery deepsleep wake • • Edward Dimmack  

      1
      0
      Votes
      1
      Posts
      216
      Views

      No one has replied

    • M

      30 sec boot time vs deep sleep
      LoPy • lopy deepsleep deep sleep deepsleep wake mpy-cross • • martijnthe  

      14
      0
      Votes
      14
      Posts
      1440
      Views

      A

      Dear @martijnthe, we have been able to successfully get the boot time of our Terkin-Datalogger [1] from about 25 seconds down to about 3 seconds by freezing the modules like outlined by @robert-hh. The code base including all third-party modules is around 10 kLOC and we have released the result as builds called Annapurna [2]. With kind regards, Andreas. [1] https://github.com/hiveeyes/terkin-datalogger [2] https://community.hiveeyes.org/t/annapurna-firmware-for-pycom-esp32/2754
    • L

      LoPy4 deepsleep function without deepsleep shield ?
      LoPy • lopy lopy4 deepsleep library deepsleep wake • • Luxior  

      3
      0
      Votes
      3
      Posts
      989
      Views

      M

      You have to look at machine.deepsleep link text For example with machine.deepsleep(60000) the LoPy will sleep for 60 seconds (better to say about 60 seconds).
    • A

      Deepsleep Pysense button interrupt triggered always
      FiPy • fipy pysense deepsleep deepsleep wake • • akshayjames  

      2
      0
      Votes
      2
      Posts
      748
      Views

      jmarcelino

      @akshayjames I think the problem is the button on the Pysense goes low when pressed, not high, so you want to wake up on low.
    • J

      Sipy + Deep Sleep Shield, max deepsleep time 45 minutes
      SiPy • sipy deepsleep wake deep sleep shie • • josejulianrp  

      1
      0
      Votes
      1
      Posts
      731
      Views

      No one has replied

    • F

      Deepsleep and wakeup on the same pin
      WiPy 2&3 • wipy 3.0 deepsleep wake button • • fsergeys  

      2
      0
      Votes
      2
      Posts
      902
      Views

      F

      Solved: just needed to increase the timeout to 2 seconds before setting machine.pin_deepsleep_wakeup(['P3'],machine.WAKEUP_ALL_LOW, True) and then going into deepsleep
    • 1 / 1